Personnel
Overall Objectives
Research Program
Highlights of the Year
New Software and Platforms
Partnerships and Cooperations
Dissemination
Bibliography
XML PDF e-pub
PDF e-Pub


Section: New Software and Platforms

Sanakirja

Keyword: Databases

Functional Description: Sanakirja is a fully transactional (all operations are atomic) key-value dictionary stored in a file (usable a the low-level layer of a more full-featured database engine), with a zero-copy fork operation (fork is in time and space O(log n), where n is the number of keys in the file). This project is written in Rust.